Interface RIPPacket

All Superinterfaces:
IPCData, Pdu, Signal
All Known Subinterfaces:
RIPv6Packet
All Known Implementing Classes:
RIPPacketImpl, RIPv6PacketImpl

public interface RIPPacket extends Pdu
  • Method Details

    • getCommand

      Byte getCommand()
      Returns:
      Byte Returns a Byte
    • setCommand

      void setCommand(Byte command)
      Parameters:
      command - Takes in a parameter of command
    • getVersion

      Byte getVersion()
      Returns:
      Byte Returns a Byte
    • setVersion

      void setVersion(Byte version)
      Parameters:
      version - Takes in a parameter of version
    • getRoutingDomain

      Short getRoutingDomain()
      Returns:
      Short Returns a Short
    • setRoutingDomain

      void setRoutingDomain(Short routingDomain)
      Parameters:
      routingDomain - Takes in a parameter of routingDomain
    • getRoutes

      List<RIPRoutePacket> getRoutes()
      Returns:
      List<RIPRoutePacket> Returns a List<RIPRoutePacket>
    • setRoutes

      void setRoutes(List<RIPRoutePacket> routes)
      Parameters:
      routes - Takes in a parameter of routes
    • getIsRedistributed

      boolean getIsRedistributed()
      Returns:
      boolean Returns a boolean
    • setIsRedistributed

      void setIsRedistributed(boolean isRedistributed)
      Parameters:
      isRedistributed - Takes in a parameter of isRedistributed